home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / RandomDot 1.0.2 / Random Dot Src ƒ / _h / pgm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-19  |  374 b   |  14 lines  |  [TEXT/KAHL]

  1. /* pgm.h
  2.     by David Phillip Oster October 1994 oster@netcom.com
  3.     for:
  4.     Stuart Inglis singlis@waikato.ac.nz
  5.     Department of Computer Science
  6.     University of Waikato, Hamilton, New Zealand
  7.  */
  8. #ifndef __QDOFFSCREEN__
  9. #include <QDOffscreen.h>
  10. #endif    /* __QDOFFSCREEN__ */
  11. Boolean IsPGMFile(ParmBlkPtr io);
  12.  
  13. OSErr PGMFileToGWorld(FSSpecPtr fs, ScriptCode code, GWorldPtr *gworld);
  14.